home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000736_Denis.Roegel@loria.fr_Thu Jul 7 18:06:06 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from lorraine.loria.fr by cs.umb.edu with SMTP id AA20358
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 7 Jul 1994 10:06:08 -0400
  3. Received: from pandore.loria.fr (pandore.loria.fr [152.81.4.135]) by lorraine.loria.fr (8.6.9/8.6.9) with ESMTP id QAA22528; Thu, 7 Jul 1994 16:06:04 +0200
  4. From: "Denis B. Roegel" <Denis.Roegel@loria.fr>
  5. Received: from localhost (roegel@localhost) by pandore.loria.fr (8.6.4/8.6.4) id QAA11217; Thu, 7 Jul 1994 16:06:06 +0200
  6. Date: Thu, 7 Jul 1994 16:06:06 +0200
  7. Message-Id: <199407071406.QAA11217@pandore.loria.fr>
  8. To: tex-k@cs.umb.edu
  9. Subject: compilation of web2c6.1
  10. Cc: roegel@lorraine.loria.fr
  11.  
  12.  
  13. I have uploaded web2c6.1 and just wanted to try
  14.  
  15. configure
  16. make
  17.  
  18. I then got the following:
  19.  
  20.  ...
  21. gcc -DMF -I./../lib -I../.. -g -c openinout.c
  22. gcc -DMF -I./../lib -I../.. -g -c mf0.c
  23. mf0.c:1164: warning: type mismatch with previous external decl
  24. mf0.c:715: warning: previous external decl of `terminput'
  25. mf0.c:1164: warning: type mismatch with previous implicit declaration
  26. mf0.c:846: warning: previous implicit declaration of `terminput'
  27. mf0.c:1164: warning: `terminput' was previously implicitly declared to return `int'
  28. mf0.c:1181: warning: type mismatch with previous external decl
  29. mf0.c:946: warning: previous external decl of `normalizeselector'
  30. mf0.c:1181: warning: type mismatch with previous implicit declaration
  31. mf0.c:1008: warning: previous implicit declaration of `normalizeselector'
  32. mf0.c:1181: warning: `normalizeselector' was previously implicitly declared to return `int'
  33. gcc -DMF -I./../lib -I../.. -g -c mf1.c
  34. /bin/sh ./../mf/convert
  35. touch mfd.h
  36. gcc -DMF -I./../lib -I../.. -g -c mf2.c
  37. gcc -DMF -I./../lib -I../.. -g -c mf3.c
  38. gcc -DMF -I./../lib -I../.. -g -c mf4.c
  39. gcc -DMF -I./../lib -I../.. -g -c mf5.c
  40. gcc -DMF -I./../lib -I../.. -g -c mf6.c
  41. gcc -DMF -I./../lib -I../.. -g -c mf7.c
  42. gcc -DMF -I./../lib -I../.. -g -c mf8.c
  43. gcc -DMF -I./../lib -I../.. -g -c mf9.c
  44. gcc -DMF -I./../lib -I../.. -g -c mf10.c
  45. gcc -o inimf -g iextra.o inimf.o openinout.o mf0.o mf1.o mf2.o mf3.o mf4.o mf5.o mf6.o mf7.o mf8.o  mf9.o mf10.o ../lib/lib.a ../../kpathsea/kpathsea.a 
  46. ld: iextra.o: premature EOF
  47. collect2: ld returned 4 exit status
  48. *** Error code 1
  49. make: Fatal error: Command failed for target `inimf'
  50. Current working directory /global/tex/archive/systems/unix/web2c/web2c-6.1/web2c/mf
  51. *** Error code 1
  52. make: Fatal error: Command failed for target `programs'
  53. Current working directory /global/tex/archive/systems/unix/web2c/web2c-6.1/web2c
  54. *** Error code 1
  55. make: Fatal error: Command failed for target `all'
  56.  
  57.  
  58. What's wrong here ?
  59.  
  60. (I did the compilation on a Sun 4)
  61.  
  62. Once this problem is solved, I will of course customize
  63. my paths. Here, I just wanted to know whether I would meet
  64. the same problems as with web2c6.0.
  65.  
  66.  
  67. Thanks in advance,
  68.  
  69. Denis.
  70.